Package com.cisco.pt.ipc.sim
Interface UserDesktopAppConfig
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
UserDesktopAppConfigImpl
Information provided by the PKI file:
\class UserDesktopAppConfig
\brief User desktop app config class.
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetAutoInstallDeviceAt(int index) intgetCommandAt(int index) intgetId()getName()booleanbooleanbooleanvoidsetOnDesktop(boolean bOnDesktop) Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getProjectDir
String getProjectDir()- Returns:
- String Returns a String
-
getId
String getId()- Returns:
- String Returns a String
-
getVersion
String getVersion()- Returns:
- String Returns a String
-
getName
String getName()- Returns:
- String Returns a String
-
getDescription
String getDescription()- Returns:
- String Returns a String
-
getAuthor
String getAuthor()- Returns:
- String Returns a String
-
getContact
String getContact()- Returns:
- String Returns a String
-
getLanguage
String getLanguage()- Returns:
- String Returns a String
-
getGuiName
String getGuiName()- Returns:
- String Returns a String
-
getHtmlFile
String getHtmlFile()- Returns:
- String Returns a String
-
getIconFile
String getIconFile()- Returns:
- String Returns a String
-
isBackgroundGuiApp
boolean isBackgroundGuiApp()- Returns:
- boolean Returns a boolean
-
setOnDesktop
void setOnDesktop(boolean bOnDesktop) - Parameters:
bOnDesktop- Takes in a parameter of bOnDesktop
-
isOnDesktop
boolean isOnDesktop()- Returns:
- boolean Returns a boolean
-
getCommandCount
int getCommandCount()- Returns:
- int Returns a int
-
getCommandAt
- Parameters:
index- Takes in a parameter of index- Returns:
- UserDesktopAppCliConfig Returns a UserDesktopAppCliConfig
-
getFilesDir
Directory getFilesDir()- Returns:
- Directory Returns a Directory
-
getAutoInstallDeviceCount
int getAutoInstallDeviceCount()- Returns:
- int Returns a int
-
getAutoInstallDeviceAt
- Parameters:
index- Takes in a parameter of index- Returns:
- DeviceType Returns a DeviceType
-
hasAutoInstallDevice
- Parameters:
type- Takes in a parameter of type- Returns:
- boolean Returns a boolean
-